[SPARK-14824][SQL] Rename HiveContext object to HiveUtils#12586
Closed
andrewor14 wants to merge 5 commits intoapache:masterfrom
Closed
[SPARK-14824][SQL] Rename HiveContext object to HiveUtils#12586andrewor14 wants to merge 5 commits intoapache:masterfrom
andrewor14 wants to merge 5 commits intoapache:masterfrom
Conversation
added 4 commits
April 21, 2016 14:37
commit 0e16190 Author: Andrew Or <andrew@databricks.com> Date: Thu Apr 21 14:21:07 2016 -0700 Fix a few TODOs after rebase commit 2e1d161 Merge: 989e770 a2e8d4f Author: Andrew Or <andrew@databricks.com> Date: Thu Apr 21 14:19:08 2016 -0700 Merge branch 'master' of github.com:apache/spark into delete-hive-context commit 989e770 Author: Andrew Or <andrew@databricks.com> Date: Thu Apr 21 14:13:29 2016 -0700 Delete HiveContext class commit ece4ab7 Author: Andrew Or <andrew@databricks.com> Date: Thu Apr 21 14:11:04 2016 -0700 Delete all code usages of HiveContext
This reverts commit 92eadb5.
|
Test build #56596 has finished for PR 12586 at commit
|
Contributor
|
LGTM pending Jenkins. |
|
Test build #56610 has finished for PR 12586 at commit
|
Contributor
|
Merging in master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Just a rename so we can get rid of
HiveContext.scala. Note that this will conflict with #12585.How was this patch tested?
No change in functionality.